post list of bpns or an empty array to retrieve available company connector. (Authorization required - Roles: view_connectors)
Example: POST: /api/administration/connectors/discovery
- application/json
- text/json
- application/*+json
Request Body array
Single or List of Business Partner Number of the company.
- string
Request Body array
Single or List of Business Partner Number of the company.
- string
Request Body array
Single or List of Business Partner Number of the company.
- string
Responses
- 200
- 401
- 500
Returns company connector per bpn.
- application/json
- Schema
- Example (from schema)
Schema array
- bpn string
- connectorEndpoint string[]
[
{
"bpn": "string",
"connectorEndpoint": [
"string"
]
}
]
The User is unauthorized
Internal Server Error
Loading...